home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / hungerstrike.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  276 b   |  13 lines

  1. stop();
  2. System.security.allowDomain("*");
  3. onEnterFrame = function()
  4. {
  5.    var _loc2_ = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
  6.    preloader_mc.gotoAndStop(_loc2_);
  7.    if(_loc2_ == 100)
  8.    {
  9.       delete onEnterFrame;
  10.       play();
  11.    }
  12. };
  13.